Package server.restful.common.parameter
Klasse ServletParameterHelper
java.lang.Object
server.restful.common.parameter.ServletParameterHelper
Provides parameter default values and localization of ConvertServlet as well
as parameter checks to spot development errors.
- Autor:
- ken
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungprivate static final classprivate static final classprivate final class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final Stringprivate static final ResourceBundleprivate static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final intGNU options have at least two characters.private static final Loggerstatic final intOptions have exactly one character. -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic voidprivate static com.fasterxml.jackson.databind.ObjectMappercreateObjectMapper(com.fasterxml.jackson.databind.ser.impl.SimpleBeanPropertyFilter filter)
-
Felddetails
-
LOG
-
ERRORS
-
SUPPORTED_LOCALES
-
CONVERT_OPTIONS
-
FILTER_NAMES_RESID_MOS6581
-
FILTER_NAMES_RESID_MOS8580
-
FILTER_NAMES_RESIDFP_MOS6581
-
FILTER_NAMES_RESIDFP_MOS8580
-
CONVERT_MESSAGES
-
OPTION_MAX_LENGTH
public static final int OPTION_MAX_LENGTHOptions have exactly one character.- Siehe auch:
-
GNU_OPTION_MIN_LENGTH
public static final int GNU_OPTION_MIN_LENGTHGNU options have at least two characters.- Siehe auch:
-
FILTER_NAME
- Siehe auch:
-
-
Konstruktordetails
-
ServletParameterHelper
public ServletParameterHelper()
-
-
Methodendetails
-
check
public static void check(Class<?> servletParameterClass, boolean servletParameter) throws ExceptionInInitializerError - Löst aus:
ExceptionInInitializerError
-
createObjectMapper
private static com.fasterxml.jackson.databind.ObjectMapper createObjectMapper(com.fasterxml.jackson.databind.ser.impl.SimpleBeanPropertyFilter filter)
-